1 # <img src="app/src/main/res/mipmap-xxhdpi/ic_launcher.png" width="50" height="50" /> ShoppingList
2 A simple shopping list
for Android
3
4 ## ShoppingList text file
5 ShoppingList saves your shopping lists
as a simple text files. You can use a file syncing solution like
6 ownCloud/Nextcloud, Syncthing or Dropbox to share your shopping lists across multiple devices (to
7 then edit the lists
on your desktop computer in your favorite Editor 😉). The syntax of a
8 ShoppingList file
is quite simple and easy to read and edit.
9
10 ### Syntax
11  * The very first line of the file
is the name of the list in square brackets
12  * Empty lines or lines with only whitespaces are ignored
13  * Every item of the list corresponds to a single line
in the file
14  * Checked items start with `
//`
15  * Specifying the amount of an item
is optional
16  * The amount of an item and its name are separated
by the #-Sign
17
18 ### Example
19 ```

20 [ ShoppingList ]

21
22 Milk
23 Bananas #
24 Juice #
2 Liters
25 // Eggs #
12
26 ```


Gõ tìm kiếm nhanh...